In this article we’ll talk about what is Java abstract class and what are its’ main characteristics. In addition to that you’ll read about when to use an abstract class in java. As a final step, we’ll take a look at some example code. What […]
Category: Interfaces & Inheritance
Interface in Java: Explained (Including Java 8 and 9 updates)
In this blog post we’ll cover what is an interface in Java. We have also included the updates that came along with Java 8 and 9. What is interface in Java? Interface in Java is a reference type, similarly to classes. To refresh your mind, […]